From: Glenn Morris Date: Mon, 23 Apr 2007 00:36:14 +0000 (+0000) Subject: (button): Use color for this face on a tty. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~645 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a83493446af751c67ac5d789ba44728de429d9c5;p=emacs.git (button): Use color for this face on a tty. --- diff --git a/lisp/button.el b/lisp/button.el index 423aef5f78f..20c2c0692e6 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -52,7 +52,8 @@ ;; Globals ;; Use color for the MS-DOS port because it doesn't support underline. -(defface button '((((type pc) (class color)) +;; Also for the linux console. +(defface button '((((type pc tty) (class color)) (:foreground "lightblue")) (t :underline t)) "Default face used for buttons."